Documents for PDF, .NET Edition Documentation
CopyTo(T[],Int32) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class > CopyTo Method : CopyTo(T[],Int32) Method
The one-dimensional System.Array that is the destination of the elements copied from StructList<T>.
The zero-based index in array at which copying begins.
Copies the entire StructList<T> to a compatible one-dimensional array, starting at the specified index of the target array.
Syntax
'Declaration
 
Public Overloads Sub CopyTo( _
   ByVal array() As T, _
   ByVal arrayIndex As System.Integer _
) 
public void CopyTo( 
   T[] array,
   System.int arrayIndex
)

Parameters

array
The one-dimensional System.Array that is the destination of the elements copied from StructList<T>.
arrayIndex
The zero-based index in array at which copying begins.
See Also

Reference

StructList<T> Class
StructList<T> Members
Overload List